home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / Expander / Sample Source / CDisplayPane.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  1.0 KB  |  37 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CDisplayPane.h
  3.  
  4.                 Header for CDisplayPane Panorama/EditText Class
  5.     
  6.     Copyright Â© 1994 My Software Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architectâ„¢ 9:40 PM Wed, Jun 8, 1994
  9.  
  10.     This file is only generated once. You can modify it by filling
  11.     in the placeholder functions and adding any new functions you wish.
  12.  
  13.     If you change the name of the document class, a fresh version of this
  14.     file will be generated. If you have made any changes to the file
  15.     with the old name, you will have to copy those changes to the new
  16.     file by hand.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "x_CDisplayPane.h"
  23.  
  24. class CDisplayPane : public x_CDisplayPane
  25. {
  26. public:
  27.  
  28.     TCL_DECLARE_CLASS
  29.     
  30.                                     /** Commands **/
  31.     virtual void        DoCommand(long theCommand);
  32.  
  33.                                     /** Object I/O **/
  34.     virtual void        PutTo(CStream &aStream);
  35.     virtual void        GetFrom(CStream &aStream);
  36. };
  37.